Simulate Movement
Command Prototype
Mouse.Move(x, y, bStep)
Command Description
Mouse moves to the specified coordinate position
Parameter Description
- Required Parameter
- x-- Mouse moves to the X-coordinate of the specified position, with the Topleft of the screen as the origin (0,0)
- y-- Mouse moves to the Y-coordinate of the specified position, with the Topleft of the screen as the origin (0,0)
- bStep-- Whether to move in coordinates using the current position of the mouse as origin, default is false
- Optional Parameter
- iDelayAfter--The delay time (in milliseconds) after executing activities, and the default time is 300 milliseconds.
- iDelayBefore--The delay time (in millisecons) before the activity starts any action. The default amount of time is 200 milliseconds.